css nodes: Fix entries test case
authorTimm Bäder <mail@baedert.org>
Sun, 14 May 2017 05:51:29 +0000 (07:51 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
Spinbuttons now have a subnode box and the undershoot nodes belong to
the entry node.

testsuite/css/nodes/entries.nodes

index e9d0ff6a6b4a729f4a1e9bd2a54e6e7929106b68..6568e5b74c9544e33b0e62e8459391fd96d9b46f 100644 (file)
       undershoot.right:dir(ltr)
       image.right:dir(ltr)
     spinbutton.horizontal:dir(ltr)
-      undershoot.left:dir(ltr)
-      undershoot.right:dir(ltr)
-      entry:dir(ltr)
-      button.down:dir(ltr)
-        image:dir(ltr)
-      button.up:dir(ltr)
-        image:dir(ltr)
+      box.horizontal:dir(ltr)
+        entry:dir(ltr)
+          undershoot.left:dir(ltr)
+          undershoot.right:dir(ltr)
+        button.down:dir(ltr)
+          image:dir(ltr)
+        button.up:dir(ltr)
+          image:dir(ltr)